![]() |
SENDSPurpose:SENDS assigns keyboard-based game commands to a button.Used with:All ThrustMaster DirectConnect devicesWhat SENDS does when assigned to buttons:SENDS causes a keyboard character to be sent to the game software when a button action is detected.Entry:button_control SENDS key_sequence where button_control is a button label, and key_sequence is a keyboard character that is to be sent to the game when the button is pressed.
Technical note:Each button that is set up to generate keyboard output with SENDS becomes "disconnected" from its default DirectInput mapping. You may "reconnect" a button or position control to its default DirectInput position (or any alternative position) using the IS statement. The control can then issue keyboard commands and be seen as a DirectInput joystick control simultaneously.
|